home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
c
/
gcc261ud-c.lha
/
gnu
/
os-include
/
proto
/
wb.h
< prev
Wrap
C/C++ Source or Header
|
1994-09-22
|
283b
|
16 lines
#ifndef PROTO_WB_H
#define PROTO_WB_H
#ifndef DOS_DOSEXTENS_H
#include <dos/dosextens.h>
#endif
#include <clib/wb_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/wb.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *WorkbenchBase;
#endif
#endif